const crypto/tls.maxSessionTicketLifetime
5 uses
crypto/tls (current package)
common.go#L941: const maxSessionTicketLifetime = 7 * 24 * time.Hour
handshake_client_tls13.go#L872: if lifetime > maxSessionTicketLifetime {
handshake_server.go#L487: if c.config.time().Sub(createdAt) > maxSessionTicketLifetime {
handshake_server_tls13.go#L389: if c.config.time().Sub(createdAt) > maxSessionTicketLifetime {
handshake_server_tls13.go#L1024: m.lifetime = uint32(maxSessionTicketLifetime / time.Second)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)